From: Jeremy Bicha Date: Sun, 27 Oct 2019 16:53:09 +0000 (-0400) Subject: tests: increase timeout to 120 seconds X-Git-Tag: archive/raspbian/1%0.1.122-1+rpi1^2~1 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22bookmarks:/%22/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22?a=commitdiff_plain;h=c350750c384db758d05e88aec78a6f22df1089cb;p=babl.git tests: increase timeout to 120 seconds meson's default test timeout is 30 seconds which is a bit too slow for Debian's armel build machine. https://mesonbuild.com/Reference-manual.html#test https://buildd.debian.org/status/logs.php?pkg=babl&arch=armel Gbp-Pq: Name tests-increase-timeout.patch --- diff --git a/tests/meson.build b/tests/meson.build index bdba7dc..2750da2 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -52,5 +52,6 @@ foreach test_name : test_names test, env: test_env, workdir: meson.current_build_dir(), + timeout: 120, ) endforeach